home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sue / mon2.frm < prev    next >
Encoding:
Text File  |  1994-02-04  |  235 b   |  9 lines

  1. Copyright (c) Sue Cunningham
  2.  
  3. cone0 = sphere stack 50 in 10% grow 0.1;
  4. cone1 = sphere 2, cone0 delete 1;
  5. cone_fan = cone1 fan 30, 180;
  6. body = ellipse 3, 0.6 stack 100 in 20% twist 180 bend 70 twist 180, 2;
  7. body, cone_fan;
  8. end;
  9.